home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1236 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  462 b   |  16 lines

  1. on(press){
  2.    if(_root.inven._currentframe == 1)
  3.    {
  4.       if(_root.micon._currentframe == 1 && _root.range == true && _root.even42 == 1)
  5.       {
  6.          _root.nogo.exit2._x = _root.lvl.hewitt._x;
  7.          _root.nogo.exit2._y = _root.lvl.hewitt._y;
  8.       }
  9.       if(_root.micon._currentframe == 2)
  10.       {
  11.          _root.next_dis1 = 2;
  12.          _root.next_txt1 = "ItΓÇÖs nothing special, but it gets me from point A to point B.";
  13.       }
  14.    }
  15. }
  16.